home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 194
- Top = 109
- Width = 250
- Height = 208
- Caption = 'Jumping Jack'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 105
- Top = 48
- Width = 32
- Height = 32
- end
- object Label: TLabel
- Left = 101
- Top = 32
- Width = 40
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Ready?'
- end
- object Start: TButton
- Left = 27
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Start'
- TabOrder = 0
- OnClick = StartClick
- end
- object Stop: TButton
- Left = 139
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Stop'
- TabOrder = 1
- OnClick = StopClick
- end
- end
-